home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 October / MACPOWER-1997-10.ISO.7z / MACPOWER-1997-10.ISO / AMUG / PROGRAMMING / Mac F2C 1.3.5.sit / Mac F2C 1.3.5 / Mac F2C.rsrc / STR#_153.txt < prev    next >
Text File  |  1996-04-14  |  2KB  |  27 lines

  1. Uncheck to keep F2C from inferring the types of untyped EXTERNAL procedures used only as parameters to other functions.  F2C will assume such procedures are subroutines and translate them into int-valued functions.
  2.  
  3. Check to have F2C infer the types of untypes EXTERNAL procedures from from their use as parameters to previously defined or prototyped procedures.  There is, unfortunately, no guarantee F2C will get it right.
  4.  
  5. Uncheck to translate FORTRAN files only once, even if prototypes might change in a subsequent translation pass.
  6.  
  7. You cannot check this option unless you selected either ANSI C or C++ output in the 窶廚 Output窶ヲ窶 dialog and also selected either 窶廚ode & Protos窶 or 窶弃rotos only窶 in this dialog.
  8.  
  9. Check to re-translate FORTRAN files if the prototypes might change in a subsequent pass.
  10.  
  11. You have selected to only generate a file of function prototypes without any C code.  The prototype file will end in 窶œ.P窶.
  12.  
  13. You cannot select this option unless you selected either ANSI C or C++ output in the 窶廚 Output Options窶 dialog.
  14.  
  15. Click to output a file of function prototypes but not produce any C code.  The prototype file will end in 窶œ.P窶.
  16.  
  17. You have selected to produce both C code and a separate file of function prototypes.  The prototype file will end in 窶œ.P窶.
  18.  
  19. You cannot select this option unless you selected either ANSI C or C++ output in the 窶廚 Output Options窶 dialog.
  20.  
  21. Click to output both C code and a separate file of function prototypes.  The prototype file will end in 窶œ.P窶.
  22.  
  23. You have selected to produce only C code without a separate file of function prototypes.
  24.  
  25. Click to output only C code without a separate file of function prototypes.
  26.  
  27.